home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 May Disc 2 / .net May 1998 disc 2.iso / tutorial / lingo / simulatn / simple.dir / 00009_Script_9 < prev   
Text File  |  1996-03-14  |  213b  |  13 lines

  1. on startMovie
  2.   puppetSprite 2, TRUE
  3.   set the visible of sprite 3 to TRUE
  4.   set the visible of sprite 1 to FALSE
  5.   set the visible of sprite 4 to FALSE
  6. end
  7.  
  8.  
  9.  
  10. on stopMovie
  11.   puppetSprite 2, FALSE
  12. end
  13.